home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / vopl / glvopl.lha / glvopl / buildtc.bat < prev    next >
Encoding:
DOS Batch File  |  1989-10-05  |  174 b   |  11 lines

  1. echo off
  2. cd src
  3. echo Making VOPL library
  4. make -fmakefile.tc
  5. cd ..\examples
  6. echo Making C examples
  7. make -fmakefile.tc
  8. cd ..\gpp
  9. echo Making the GPP program
  10. make -fmakefile.tc
  11.